👀 Reading hidden code
import Pluto
"https://featured.plutojl.org/basic/Tower%20of%20Hanoi.jl"
👀 Reading hidden code
url = "https://featured.plutojl.org/basic/Tower%20of%20Hanoi.jl"
Another cell defining filename contains errors.
👀 Reading hidden code
HTTP/2 404 while requesting https://featured.plutojl.org/basic/Tower%20of%20Hanoi.jl
Here is what happened, the most recent locations are first:
- anonymous functionfrom Downloads.jl:243
- arg_write
(f::Downloads.var"#3#4"{Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Nothing, String}, arg::Nothing) from ArgTools.jl:101 - #download#2from Downloads.jl:230
- download
(url::String, output::Nothing) from Downloads.jl:230 - #invokelatest#2from essentials.jl:716
- invokelatestfrom essentials.jl:714
- do_downloadfrom download.jl:24
- downloadfrom download.jl:20
- from This cell: line 1
filename = download(url)
beep boop CRASH 🤖
filename = download(url)
👀 Reading hidden code
👀 Reading hidden code
Another cell defining filename contains errors.
¯\_(ツ)_/¯
begin
nb = Pluto.load_notebook(filename)
nb.topology = Pluto.updated_topology(nb.topology, nb, nb.cells)
end
👀 Reading hidden code
using PlutoUI
👀 Reading hidden code
Another cell defining filename contains errors.
Pluto.where_referenced(nb.topology, Set([:move]))
👀 Reading hidden code
Another cell defining filename contains errors.
@bind whichcell_id Slider(nb.cell_order)
👀 Reading hidden code
Another cell defining filename contains errors.
nb.topology.nodes[fav_cell]
👀 Reading hidden code
Another cell defining filename contains errors.
nb.cells_dict[whichcell_id].code |> Text
👀 Reading hidden code
Another cell defining filename contains errors.
fav_cell = nb.cells_dict[whichcell_id]
👀 Reading hidden code
# nb.cells_dict[whichcell].metadata["luca"] = "ferranti"
👀 Reading hidden code
Another cell defining filename contains errors.
Pluto.save_notebook(nb)
👀 Reading hidden code
Another cell defining filename contains errors.
filter(nb.cells) do c
occursin("recipe", c.code)
end
👀 Reading hidden code